ComponentOne ASP.NET MVC Controls
ChartType Method (ChartSeriesBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ChartSeriesBuilder<T> Class : ChartType Method
The value
Sets the ChartType property.
Syntax
'Declaration
 
Public Function ChartType( _
   ByVal value As ChartType _
) As ChartSeriesBuilder(Of T)
public ChartSeriesBuilder<T> ChartType( 
   ChartType value
)

Parameters

value
The value

Return Value

Current builder
Remarks
Gets or sets the chart type for a specific series, overriding the chart type set on the overall chart.
See Also

Reference

ChartSeriesBuilder<T> Class
ChartSeriesBuilder<T> Members